home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / my-shop-dress-up.swf / scripts / DefineButton2_247 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-17  |  257b  |  13 lines

  1. on(release){
  2.    if(btn_shoe1._currentframe > 1)
  3.    {
  4.       btn_shoe1.prevFrame();
  5.       btn_purse1.prevFrame();
  6.    }
  7.    else
  8.    {
  9.       btn_shoe1.gotoAndStop(btn_shoe1._totalframes);
  10.       btn_purse1.gotoAndStop(btn_purse1._totalframes);
  11.    }
  12. }
  13.